

/*幻灯片CSS*/
.swiper-container {
	width: 100%;
	--swiper-theme-color: #323232;
	--swiper-pagination-color: #939393;/* 两种都可以 */
}
 .swiper-pagination-bullet { 
	 width: 30px; 
	 height: 4px; 
	 display: inline-block; 
	 background: #000;
	 opacity: .3; 
	 margin: 0 5px; 
	 } 
	 
 /*自定义分页器激活时的样式表现*/ 

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.biaoti{ text-align: center; padding: 50px 0;}
.biaoti span{display: block; font-size: 32px; color: #333; margin-bottom: 10px; font-weight: bold;}
.biaoti span b{ color: #e32229;}
.biaoti small{display: block; font-size: 16px; color: #999;}

/* 首页产品展示 */
.home-probg{ background:#f3f3f3;}
.home-probg .allproduct{display: block; text-align: center; margin: 50px 0;}
.home-probg .allproduct a{color: #FFF; background: #e32229; border-radius: 30px; font-size: 20px;padding: 10px 40px;}
.home-probg .allproduct i{font-size: 24px;}
.home-protj { margin-bottom: 30px;}
.home-protj ul {}
.home-protj ul li{float: left; width: 49%; margin-right: 2%;}
.home-protj ul li:last-child{margin-right: 0;}
.home-protj ul li dd{overflow: hidden; background: #FFF; padding: 30px 20px;}
.home-protj ul li dd a{display: block;}
.home-protj ul li dd .text{ float: left; width: 50%;}
.home-protj ul li dd .text h2{font-size: 22px; font-weight: bold; margin-bottom: 15px;}
.home-protj ul li dd .text p{color: #999; line-height: 26px;}
.home-protj ul li dd .text .more{ width: 120px; height: 40px; line-height: 40px; text-align: center; margin-top: 15px; border: 1px solid #ccc;}
.home-protj ul li dd .text .more a{color: #999;}
.home-protj ul li dd .list-img{ float: left; width: 50%;}

.home-pro { margin-bottom: 30px;}
.home-pro ul {}
.home-pro ul li{float: left; width: 32%; margin-right: 2%;}
.home-pro ul li:last-child{margin-right: 0;}
.home-pro ul li dd{overflow: hidden; background: #FFF; padding: 30px 20px;}
.home-pro ul li dd h2{font-size: 22px; font-weight: bold; margin-bottom: 15px;}
.home-pro ul li dd .text{ float: left; width: 60%;}
.home-pro ul li dd .text span{display: block; color: #999; padding: 15px 0; line-height: 26px;}
.home-pro ul li dd .text p{line-height: 26px;}
.home-pro ul li dd .text p a{color: #999;}
.home-pro ul li dd .list-img{ float: right; width: 40%;}

/* 3大优势 */
.youshi-bt{ text-align: center;padding-top: 50px; margin: 20px 0;}
.youshi-bt h2{display: block; font-weight: bold; font-size: 46px; color: #666; text-align: center;}
.youshi-bt h2::after{
	content: '';
	position:relative;
	background: url(../image/icon1.png) no-repeat left top;
	display: block;
	width: 176px;
	height: 60px;
	top: -110px;
}
.youshi-bt h2::before{
	content: '';
	position:relative;
	background: url(../image/icon2.png) no-repeat right bottom;
	display: block;
	width: 176px;
	height: 60px;
	bottom: -30px;
	float: right;
}
.youshi-bt h2 i{margin-left: 15px;}
.youshi-bt h2 i img{max-width: 100%;}
.youshi-bt span{font-size: 17px;color: #ccc;position: absolute;margin-top: -83px;}

.youshi{overflow: hidden; border: 1px solid #E7E7E7;}
.youshi ul{overflow: hidden;}
.youshi ul li{float: left; width: 50%;}
.youshi ul li .tit{overflow: hidden;padding-top:15%;}
.youshi ul li .tit i{ float: left; margin-right: 8px;}
.youshi ul li .tit .nr{/*float: left;*/padding: 0px 10px;}
.youshi ul li .tit .nr span{ font-size: 18px;text-align: left; font-weight: bold; color: #e32229;}
.youshi ul li .tit .nr span em{font-style: normal; display: block; font-size: 30px; color: #333;}
.youshi ul li .tit .nr h4{ width: 80%; margin-top: 10px; text-align: justify; font-size: 16px; line-height: 24px; color: #333;}
.youshi ul li:nth-child(2n) .tit .nr h4{margin-left: 20%;}
.youshi ul li img{width: 100%;}

/* 首页公司简介 */
.home-about-l {width: 40%; margin-right: 4%;}
.home-about-l img{max-width: 100%;}
.home-about-r{width: 56%;}
.home-about-r span{color: #333; font-size: 28px;font-weight: bold;}
.home-about-r span::after{
	content: '';
	position: relative;
	width: 6px;
	height: 84px;
	background: #e32229;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: -50px;
}
.home-about-r span b{display: block; color: #ccc; text-transform: uppercase; font-size: 50px; margin-left: 20px;}
.home-about-r p{color: #999; text-align: justify; margin: 30px 0; text-indent: 2em; line-height: 24px; font-size: 15px;}



/* 首页案例展示 */
.home-hezuobg{ background:#f3f3f3; margin: 50px 0 0 0;}
.home-case { margin-bottom: 50px;}
.home-case ul {}
.home-case ul li{float: left;}
.home-case ul li dd{ background: #FFF;}
.home-case ul li dd img{width: 100%;}
.home-case ul li dd h2{ font-size: 14px; text-align: center; height: 40px; line-height: 40px;}


/* 首页新闻资讯 */
.home-newsbg{overflow: hidden; /*background: #F3F3F3;*/ padding: 50px 0 0 0;}
.newsbt{width: 100%; margin-bottom: 10px; display: inline-block;border-bottom: 1px solid #E7E7E7;padding-bottom: 10px;}
.newsbt i{ float: left; margin-right: 10px; font-size: 34px; color: #e32229;}
.newsbt span{ float: left; font-size: 22px; color: #333; padding-top: 3px;}


.home-newsimg {overflow: hidden; clear: both;height: 200px;margin-top: 10px;}
.home-newsimg .img{float: left; width: 49%; height: 200px;}
.home-newsimg .img img{width: 100%; height: 200px;}
.home-newsimg .text{float: right; width: 49%;height: 200px;}
.home-newsimg .text h2{color: #e32229; font-size: 22px;font-weight: 600;}
.home-newsimg .text time{display: block;padding: 10px 0; color: #999;}
.home-newsimg .text p{color: #aeaeae; margin: 14px 0;line-height: 26px;word-break:break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 78px;}
.home-newsimg .text .btn{color:#fff;background: #e32229;padding: 10px 20px;border: 0px;margin-top: 6px;}

.home-newsLeft{ width: 60%; }
.home-newsLeft ul{overflow: hidden; /*border: 1px solid #E7E7E7;*/ padding:15px 0px 15px 20px;background: #FFF;}
.home-newsLeft ul li {list-style: circle; float: left; width: 47%; height:34px; line-height: 34px;color: red; margin-right: 6%;}
.home-newsLeft ul li:nth-of-type(2n+0){margin-right:0;}
.home-newsLeft ul li:hover{list-style: disc;}
.home-newsLeft ul li a:hover h2{color: #cb3131;}
.home-newsLeft ul li h2{float: left; font-size: 14px; color: #333;max-width: 240px;}
.home-newsLeft ul li time{display: block;color: #999; float: right;}

.home-newsRight{ width: 37%;margin-left: 3%;}
.home-newsRight ul{overflow: hidden; background: #FFF;padding: 0px 20px 15px 20px;}
.home-newsRight ul li { /*height:90px;*/ line-height: 34px; border-bottom: 1px dashed #E7E7E7; padding: 5px 0px 10px 0px;}
.home-newsRight ul li a div.title{height: 34px;}
.home-newsRight ul li a div.desc{line-height:24px;color: #aeaeae;word-break:break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 48px;}
.home-newsRight ul li a h2{color: #666;}
.home-newsRight ul li a:hover h2{color: #e32229;}
.home-newsRight ul li h2{float: left; font-size: 14px; color: #333;}
.home-newsRight ul li time{display: block;color: #c9c9c9; float: right;}


@media (min-width:1024px) and (max-width:1199px) {

	.youshi-bt span{left: 0;padding-left: 33%;}
	.youshi ul li .tit .nr h4{ /*width: 240px;*/}
	.home-newsLeft ul li{ width: 100%;}
	.home-newsRight ul li time{display: none;}

}

@media (min-width:768px) and (max-width:1023px) {
	
	.home-pro ul li{float: left; width: 49%; margin-bottom: 30px;}
	.home-pro ul li:nth-of-type(2n+0){margin-right: 0;}
	
	.youshi-bt h2{font-size: 30px;}
	.youshi-bt span{left: 0;padding-left: 33%; font-size: 13px;}
	.youshi ul li .tit i img{max-width: 80%;}
	.youshi ul li .tit{ padding-top: 5%;}
	.youshi ul li .tit .nr{float: left;}
	.youshi ul li .tit .nr{padding: 15px;}
	.youshi ul li .tit .nr h4{ width: 100%;}
	.home-case ul li{ width: 50%; margin-bottom: 30px;}
	.home-about-l{ width: 100%; margin-right: 0; margin-bottom: 20px;}
	.home-about-r{ width: 100%;}

	.home-newsLeft,.home-newsRight{width: 100%;}
	.home-newsRight{ margin-left: 0;}

	.home-newsRight .desc{height: auto!important;max-height: 48px;}
	.home-newsRight ul{padding: 0px;}
	.home-newsLeft{margin-bottom: 30px;}



}
@media screen and (max-width:767px) {
	
	.biaoti span{font-size: 26px;}
    .home-protj ul li{width: 100%; margin-right: 0; margin-bottom: 30px;}
	.home-protj ul li dd .text{width: 100%;}
	.home-protj ul li dd .list-img{width: 100%;}
	.home-pro ul li{width: 100%; margin-right: 0;margin-bottom: 30px;}
	
	.youshi ul li .tit .nr{float: left;}
	.youshi-bt h2{font-size: 35px;}
	.youshi-bt span{position: inherit; margin-top: 0;}
	.youshi-bt h2::after{top:-210px}
	.youshi-bt h2::before{bottom: -170px;}
	
	.youshi ul li{width: 100%; padding-bottom: 30px;}
	.home-case ul li{ width: 100%; margin-bottom: 30px;}
    .home-about-l{ width: 100%; margin-right: 0; margin-bottom: 20px;}
	.home-about-r{ width: 100%;}
	.home-about-r span::after{display: none;}
	.home-about-r span b{margin-left: 0;}
    .home-newsimg{display: none;}
	.home-newsLeft,.home-newsRight{width: 100%;}
	.home-newsRight{ margin-left: 0;}

	.home-newsRight .desc{height: auto!important;max-height: 48px;}
	.home-newsRight ul{padding: 0px;}
	.home-newsLeft{margin-bottom: 30px;}
	.home-newsLeft ul li{ width: 100%;}
	.home-newsLeft ul li time{display: none;}
	.home-newsRight ul li time{display: none;}
	
	.footer-logo{display: none;}
	.footer-add{width: 100%;}
	.footer-ewm{width: 100%;}
	.footer-add span{margin-top: 0;}
	
	


}














